cos

 

The 'cos' function returns a cosine value.

 

double @cos(double d);

 

Parameters

double d : Value that you want to calculate

 

Return Value

Cosine value

 

Example

i = @cos(90);

Description : The cosine value of '90' is stored in the variable named 'i'.

 

Relate items)

@abs()

@acos()

@asin()

@atan()

@atan2()

@cos()

@log()

@log10()

@MathRound()

@sin()

@sqrt()

@tan()